Members 
SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : XyzDataPointViewModel<TX,TY,TZ> Class
The TX type of the data
The TY type of the data
The TZ type of the data
XyzDataPointViewModel<TX,TY,TZ> Class
Provides a ViewModel for an XYZ Data-point to assist binding in tooltips and data-point selection
Object Model
XyzDataPointViewModel<TX,TY,TZ> ClassIPointMetadata3D InterfaceIDataSeries3D Interface
Syntax
public class XyzDataPointViewModel<TX,TY,TZ> : SciChart.Data.Model.BindableObject 
where TX: IComparable
where TY: IComparable
where TZ: IComparable
Type Parameters
TX
The TX type of the data
TY
The TY type of the data
TZ
The TZ type of the data
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting3D.Model.XyzDataPointViewModel<TX,TY,TZ>
         SciChart.Charting3D.Model.XyzDataPointViewModel<TAllPoints>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also